home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
db
/
esm-3.1
/
esm-3
/
usr
/
local
/
sm
/
src
/
mksedscript.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-05
|
315 b
|
23 lines
/*
* $RCSfile: mksedscript.c,v $
* $Revision: 1.1.1.1 $
* $Date: 1996/05/04 21:55:06 $
*/
#include <stdio.h>
extern
#ifdef __cplusplus
"C"
#endif
void exit (int );
main(
int argc,
char *argv[]
)
{
printf("1,$s=^\\([^ ]*\\)\\(\t\\)\\([^/]\\)=\\1\\2%s/\\3=\n",
*++argv);
exit(0);
}